3.1.85 \(\int \frac {1}{(a+b x^2)^{3/2}} \, dx\)

Optimal. Leaf size=16 \[ \frac {x}{a \sqrt {a+b x^2}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {191} \begin {gather*} \frac {x}{a \sqrt {a+b x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x^2)^(-3/2),x]

[Out]

x/(a*Sqrt[a + b*x^2])

Rule 191

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(x*(a + b*x^n)^(p + 1))/a, x] /; FreeQ[{a, b, n, p}, x] &
& EqQ[1/n + p + 1, 0]

Rubi steps

\begin {align*} \int \frac {1}{\left (a+b x^2\right )^{3/2}} \, dx &=\frac {x}{a \sqrt {a+b x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 16, normalized size = 1.00 \begin {gather*} \frac {x}{a \sqrt {a+b x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x^2)^(-3/2),x]

[Out]

x/(a*Sqrt[a + b*x^2])

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.00, size = 16, normalized size = 1.00 \begin {gather*} \frac {x}{a \sqrt {a+b x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(a + b*x^2)^(-3/2),x]

[Out]

x/(a*Sqrt[a + b*x^2])

________________________________________________________________________________________

fricas [A]  time = 0.96, size = 23, normalized size = 1.44 \begin {gather*} \frac {\sqrt {b x^{2} + a} x}{a b x^{2} + a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x^2+a)^(3/2),x, algorithm="fricas")

[Out]

sqrt(b*x^2 + a)*x/(a*b*x^2 + a^2)

________________________________________________________________________________________

giac [A]  time = 0.60, size = 14, normalized size = 0.88 \begin {gather*} \frac {x}{\sqrt {b x^{2} + a} a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x^2+a)^(3/2),x, algorithm="giac")

[Out]

x/(sqrt(b*x^2 + a)*a)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 15, normalized size = 0.94 \begin {gather*} \frac {x}{\sqrt {b \,x^{2}+a}\, a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*x^2+a)^(3/2),x)

[Out]

1/(b*x^2+a)^(1/2)/a*x

________________________________________________________________________________________

maxima [A]  time = 1.32, size = 14, normalized size = 0.88 \begin {gather*} \frac {x}{\sqrt {b x^{2} + a} a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x^2+a)^(3/2),x, algorithm="maxima")

[Out]

x/(sqrt(b*x^2 + a)*a)

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 14, normalized size = 0.88 \begin {gather*} \frac {x}{a\,\sqrt {b\,x^2+a}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a + b*x^2)^(3/2),x)

[Out]

x/(a*(a + b*x^2)^(1/2))

________________________________________________________________________________________

sympy [A]  time = 0.61, size = 17, normalized size = 1.06 \begin {gather*} \frac {x}{a^{\frac {3}{2}} \sqrt {1 + \frac {b x^{2}}{a}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x**2+a)**(3/2),x)

[Out]

x/(a**(3/2)*sqrt(1 + b*x**2/a))

________________________________________________________________________________________